home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / movies.dir / 00011_loopMovie.ls < prev    next >
Encoding:
Text File  |  1995-12-13  |  228 b   |  17 lines

  1. global gMovieDuration
  2.  
  3. on exitFrame
  4.   if not (the movieRate of sprite 2) then
  5.     clearTheMovieAndGo()
  6.   end if
  7.   if rollOver(6) then
  8.     go(marker(0) + 3)
  9.   else
  10.     go(marker(0) + 2)
  11.   end if
  12. end
  13.  
  14. on stopMovie
  15.   play done
  16. end
  17.